home *** CD-ROM | disk | FTP | other *** search
- object FrmBack: TFrmBack
- Left = 280
- Top = 870
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'FrmBack'
- ClientHeight = 58
- ClientWidth = 138
- Color = clNavy
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object Bevel1: TBevel
- Left = 0
- Top = 0
- Width = 138
- Height = 21
- Align = alTop
- Shape = bsSpacer
- end
- object Label1: TLabel
- Left = 6
- Top = 3
- Width = 124
- Height = 15
- Caption = 'Click to return to the...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object PnlMain: TPanel
- Left = 0
- Top = 21
- Width = 138
- Height = 37
- Align = alClient
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 0
- object BtnReturn: TBitBtn
- Left = 9
- Top = 0
- Width = 121
- Height = 33
- Caption = '...message'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 17
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = BtnReturnClick
- Kind = bkOK
- end
- end
- end
-